Skip to content

Commit

Permalink
256 color support in screen
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanmce committed Mar 13, 2014
1 parent 72f7ee1 commit bd2d22c
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions screenrc
Expand Up @@ -10,9 +10,13 @@ hardstatus string '%{= kG}%-Lw%{= kW}%50> %n*%f %t%{= kG}%+Lw%< %{= kG}'

#defhstatus "screen ^E (^Et) | $PWD@^EH"

# enable 256 color
attrcolor b ".I"
defbce "on"

# don't resize screen on start
termcap xterm 'is=\E[r\E[m\E[2J\E[H\E[?7h\E[?1;4;6l'
terminfo xterm 'is=\E[r\E[m\E[2J\E[H\E[?7h\E[?1;4;6l'
#termcapinfo xterm 'is=\E[r\E[m\E[2J\E[H\E[?7h\E[?1;4;6l'
termcapinfo xterm 'is=\E[r\E[m\E[2J\E[H\E[?7h\E[?1;4;6l:Co#256:AF=\E[38;5;%dm:AB=\E[48;5;%dm:tc=screen:'

#bindkey -k F1 prev # F11
#bindkey -k F2 next # F12
Expand Down

0 comments on commit bd2d22c

Please sign in to comment.